175124
@@ -227,7 +227,7 @@
public class RetryTemplate implements RetryOperations {
 			/*
 			 * We allow the whole loop to be skipped if the policy or context
 			 * already forbid the first try. This is used in the case of
-			 * external retry to allow a recovery in handleRetryExhausted
+			 * stateful retry to allow a recovery in handleRetryExhausted
 			 * without the callback processing (which would throw an exception).
 			 */
 			while (canRetry(retryPolicy, context) && !context.isExhaustedOnly()) {
